Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --location --request Get 'www.themealdb.com/api/json/v1/1/filter.php?c=Seafood'
var requestOptions = { method: 'GET', redirect: 'follow' }; fetch("www.themealdb.com/api/json/v1/1/filter.php?c=Seafood", requestOptions) .then(response => response.text()) .then(result => console.log(result)) .catch(error => console.log('error', error));
GET /api/json/v1/1/filter.php?c=Seafood HTTP/1.1 Host: www.themealdb.com
{"meals":null}
This filters the result by category. Available categories are